home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 April: Mac OS SDK / Dev.CD Apr 96 SDK / Dev.CD Apr 96 SDK1.toast / Development Kits (Disc 1) / OpenDoc Development Framework / ODF D11 Read Me < prev   
Encoding:
Text File  |  1996-02-21  |  2.6 KB  |  22 lines  |  [TEXT/ttxt]

  1. Welcome to the OpenDoc Development Framework! 
  2.  
  3. On this CD you will find the 1.0d11 release of the OpenDoc Development Framework (ODF), formerly known as the OpenDoc Parts Framework (OPF).
  4.  
  5. This release supports OpenDoc DR4 for Macintosh only. If you want to do Windows part development use the ODF 1.0d8 release, which supports both OpenDoc DR1 for Windows and OpenDoc DR2 for Macintosh. The OpenDoc API has changed so much since DR1 that it became impractical for us to continue to support both APIs in the same code base. In d11 the following development environments are supported: for PowerPC, Metrowerks CodeWarrior 7.0 and Symantec C++ for Power Macintosh 8.0 (Rainbow); and for 68K,  Symantec C++ for MPW.  Please refer to the specific Build Guide documents located in the "Build System/Installation" folder for instructions on how to build parts and the framework.
  6.  
  7. Since our 1.0d9 release of ODF on the OpenDoc DR3 CD we've modified our strategy for building ODF using shared libraries.  See the document "Shared Libraries" for more information.  In the meantime, be aware that the 1.0d11 release requires that all ODF parts statically link in all of ODF.  The resulting binaries are therefore bigger than with previous releases of ODF.  Don't panic, in future releases most of the Foundation and OS layers will be moved into a System Object Model (SOM) shared library, and the disk footprint of ODF parts will be significantly reduced. The main impact right now is that you no longer need the three ODF shared libraries and should throw them out.
  8.  
  9. New support has been added to ODF since d10. The most exciting are views and printing (with Quickdraw GX support). See the document "What's changed in d11" for details on what has changed in this release, and what you should do to update your source code. 
  10.  
  11. You may notice some problems when running the sample parts. Be sure to read the "Known Problems" document to see if it's a bug we already know about.
  12.  
  13. Documentation, release notes, and ReadMe files are all shipped in Acrobat format. Acrobat for Macintosh can be found in the Getting Started folder.  
  14.  
  15. As always we would greatly appreciate any input you may have regarding the framework and how it should evolve to meet your needs. A list server has been set up to handle discussions pertaining to ODF. To get yourself added to the group, send this message to listproc@cilabs.org:
  16.         SUBSCRIBE ODF-INTEREST Your Name
  17.  
  18. Instructions on how to compile with Code Warrior 8 and other late breaking news are on our web site at:  
  19.         http://www.devtools.apple.com/odf/ 
  20.  
  21. Enjoy!
  22. The OpenDoc Development Framework Team